From fe9ba7bea609a559544a6488f095c184792562ec Mon Sep 17 00:00:00 2001 From: "kaf24@scramble.cl.cam.ac.uk" Date: Thu, 15 May 2003 17:57:46 +0000 Subject: [PATCH] bitkeeper revision 1.232 (3ec3d51aE6D2CLYLncQQCXyoOi7XwQ) config.h: Only enable DMA for IDE disk devices (in particular, we want it disabled for the weird CD-and-crippled-ide-interface combos you get on server boxes :-) --- xen/include/xeno/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/include/xeno/config.h b/xen/include/xeno/config.h index 85ad44033a..ac1051dad9 100644 --- a/xen/include/xeno/config.h +++ b/xen/include/xeno/config.h @@ -28,6 +28,7 @@ #define CONFIG_BLK_DEV_IDEDMA_PCI 1 #define CONFIG_IDEDMA_PCI_AUTO 1 #define CONFIG_IDEDMA_AUTO 1 +#define CONFIG_IDEDMA_ONLYDISK 1 #define CONFIG_BLK_DEV_IDE_MODES 1 #define CONFIG_BLK_DEV_PIIX 1 -- 2.30.2